home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 001-025 / disk_015 / okidatadump / data.c next >
Text File  |  1992-05-06  |  3KB  |  95 lines

  1. /* Command Table Data for Okidata ML92 */
  2.  
  3. char *CommandTable[] = {
  4.     "\030\033\011\n\033%C000",
  5.             /* reset            RIS    */
  6.     "\377",        /* initialize            RIN    */
  7.     "\012",        /* lf                IND    */
  8.     "\015\012",        /* return, lf            NEL    */
  9.     "\377",        /* reverse lf            RI    */
  10.  
  11.     "\033I\033D",    /* normal character set        SGR0    */
  12.     "\377",        /* italics on            SGR3    */
  13.     "\377",        /* italics off            SGR23    */
  14.     "\033C",        /* underline on            SGR4    */
  15.     "\033D",        /* underline off        SGR24    */
  16.     "\033H\033T",    /* boldface on            SGR1    */
  17.     "\033I",        /* boldface off            SGR22    */
  18.  
  19.     "\377",        /* set foreground color        SFC    */
  20.     "\377",        /* set background color        SBC    */
  21.  
  22.     "\036",        /* normal pitch            SHORP0    */
  23.     "\034",        /* elite on            SHORP2    */
  24.     "\036",        /* elite off            SHORP1    */
  25.     "\035",        /* condensed (fine) on        SHORP4    */
  26.     "\036",        /* condensed off        SHORP3    */
  27.     "\037",        /* enlarged on            SHORP6    */
  28.     "\036",        /* enlarged off            SHORP5    */
  29.  
  30.     "\377",        /* shadow print on        DEN6    */
  31.     "\377",        /* shadow print off        DEN5    */
  32.     "\377",        /* doublestrike on        DEN4    */
  33.     "\377",        /* doublestrike off        DEN3    */
  34.     "\0331",        /* Near Letter Quality on    DEN2    */
  35.     "\0330",        /* Near Letter Quality off    DEN1    */
  36.  
  37.     "\033J",        /* superscript on        SUS2    */
  38.     "\033K",        /* superscript off        SUS1    */
  39.     "\033L",        /* subscript on            SUS4    */
  40.     "\033M",        /* subscript off        SUS3    */
  41.     "\033K\033M",    /* normalize            SUS0    */
  42.  
  43.     "\377",        /* partial line up        PLU    */
  44.     "\377",        /* partial line down        PLD    */
  45.  
  46.     "\377",        /* US char set            FNT0    */
  47.     "\377",        /* French char set        FNT1    */
  48.     "\377",        /* German char set        FNT2    */
  49.     "\377",        /* UK char set            FNT3    */
  50.     "\377",        /* Danish I char set        FNT4    */
  51.     "\377",        /* Swedish char set        FNT5    */
  52.     "\377",        /* Italian char set        FNT6    */
  53.     "\377",        /* Spanish char set        FNT7    */
  54.     "\377",        /* Japanese char set        FNT8    */
  55.     "\377",        /* Norweign char set        FNT9    */
  56.     "\377",        /* Danish II char set        FNT10    */
  57.  
  58.     "\377",        /* proportional on        PROP2    */
  59.     "\377",        /* proportional off        PROP1    */
  60.     "\377",        /* proportional clear        PROP0    */
  61.     "\377",        /* set prop offset        TSS    */
  62.  
  63.     "\377",        /* auto left justify        JFY5    */
  64.     "\377",        /* auto right justify        JFY7    */
  65.     "\377",        /* auto full justify        JFY6    */
  66.     "\377",        /* auto justify off        JFY0    */
  67.     "\377",        /* letter space            JFY3    */
  68.     "\377",        /* auto center on        JFY1    */
  69.  
  70.     "\0338",        /* 1/8" line spacing        VERP0    */
  71.     "\0336",        /* 1/6" line spacing        VERP1    */
  72.  
  73.     "\033F",        /* set form length        SLPP    */
  74.     "\377",        /* Perf skip on            PERF    */
  75.     "\377",        /* Perf skip off        PERF0    */
  76.     "\377",        /* left margin set        LMS    */
  77.     "\377",        /* right margin set        RMS    */
  78.     "\377",        /* top margin set        TMS    */
  79.     "\377",        /* bottom margin set        BMS    */
  80.     "\377",        /* top & bottom margin set    STBM    */
  81.     "\377",        /* left & right margin set    SLRM    */
  82.     "\033%C000",    /* clear margins        CAM    */
  83.  
  84.     "\377",        /* set horizontal tab        HTS    */
  85.     "\377",        /* set vertical tab        VTS    */
  86.     "\377",        /* clear horizontal tab        TBC0    */
  87.     "\033\011\015",    /* clear all horizontal tabs    TBC3    */
  88.     "\377",        /* clear vertical tab        TBC1    */
  89.     "\377",        /* clear all vertical tabs    TBC4    */
  90.     "\033\011\015",    /* clear all h & v tabs        TBCALL    */
  91.     "\377",        /* set default tabs        TBSALL    */
  92.  
  93.     "\377"        /* entended command        EXTEND    */
  94. };
  95.